home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / multlang.zip / MICONS.DFM / MICONS.txt
Text File  |  1996-06-10  |  4KB  |  190 lines

  1. object Icons: TIcons
  2.   Left = 242
  3.   Top = 174
  4.   Width = 378
  5.   Height = 288
  6.   Caption = 'Icons'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Pitch = fpVariable
  11.   Font.Style = [fsBold]
  12.   FormStyle = fsMDIChild
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 4
  21.     Width = 361
  22.     Height = 93
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 
  26.       'The layout of the language list can be configured for each langu' +
  27.       'age. Icons can be attached and will be aligned according to conf' +
  28.       'igured settings. Each language can have an individual setting.'
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Pitch = fpVariable
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object Label3: TLabel
  37.     Left = 16
  38.     Top = 140
  39.     Width = 62
  40.     Height = 13
  41.     Caption = 'Align Icon:'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 16
  45.     Top = 172
  46.     Width = 62
  47.     Height = 13
  48.     Caption = 'Align Text:'
  49.   end
  50.   object Label2: TLabel
  51.     Left = 16
  52.     Top = 200
  53.     Width = 71
  54.     Height = 13
  55.     Caption = 'Icon margin:'
  56.   end
  57.   object Label5: TLabel
  58.     Left = 16
  59.     Top = 228
  60.     Width = 71
  61.     Height = 13
  62.     Caption = 'Text margin:'
  63.   end
  64.   object MultLang1: TMultLang
  65.     Left = 228
  66.     Top = 108
  67.     Width = 137
  68.     Height = 29
  69.     AlignIcon = alLeft
  70.     AlignText = alLeft
  71.     Color = clBtnFace
  72.     Font.Color = clWindowText
  73.     Font.Height = -13
  74.     Font.Name = 'Arial'
  75.     Font.Pitch = fpVariable
  76.     Font.Style = [fsBold]
  77.     IconMargin = 1
  78.     ItemHeight = 23
  79.     Items.Strings = (
  80.       'English'
  81.       'Swedish')
  82.     ShowIcons = True
  83.     Text = 'English'
  84.     ResizeIcon = True
  85.     TextMargin = 5
  86.     Visible = True
  87.     DefaultLanguage = 'English'
  88.     LanguageFile = '%EXEPath%Mdiapp.lan'
  89.     OnTranslated = MultLang1Translated
  90.     LanguagesData = {}
  91.   end
  92.   object CheckBox1: TCheckBox
  93.     Left = 12
  94.     Top = 108
  95.     Width = 197
  96.     Height = 17
  97.     Alignment = taLeftJustify
  98.     Caption = 'Resize Icon'
  99.     State = cbChecked
  100.     TabOrder = 1
  101.     OnClick = CheckBox1Click
  102.   end
  103.   object ComboBox1: TComboBox
  104.     Left = 112
  105.     Top = 136
  106.     Width = 101
  107.     Height = 21
  108.     Style = csDropDownList
  109.     Color = clBtnFace
  110.     ItemHeight = 13
  111.     Items.Strings = (
  112.       'alLeft'
  113.       'alCenter'
  114.       'alRight')
  115.     TabOrder = 2
  116.     OnChange = ComboBox1Change
  117.   end
  118.   object ComboBox2: TComboBox
  119.     Left = 112
  120.     Top = 168
  121.     Width = 101
  122.     Height = 21
  123.     Style = csDropDownList
  124.     Color = clBtnFace
  125.     ItemHeight = 13
  126.     Items.Strings = (
  127.       'alLeft'
  128.       'alCenter'
  129.       'alRight')
  130.     TabOrder = 3
  131.     OnChange = ComboBox2Change
  132.   end
  133.   object ComboBox3: TComboBox
  134.     Left = 112
  135.     Top = 196
  136.     Width = 101
  137.     Height = 21
  138.     Style = csDropDownList
  139.     Color = clBtnFace
  140.     ItemHeight = 13
  141.     Items.Strings = (
  142.       'Zero'
  143.       'One'
  144.       'Two'
  145.       'Three'
  146.       'Four'
  147.       'Five'
  148.       'Six'
  149.       'Seven'
  150.       'Eight'
  151.       'Nine'
  152.       'Ten'
  153.       'Eleven'
  154.       'Twelve'
  155.       'Thirteen'
  156.       'Fourteen'
  157.       'Fifteen')
  158.     TabOrder = 4
  159.     OnChange = ComboBox3Change
  160.   end
  161.   object ComboBox4: TComboBox
  162.     Left = 112
  163.     Top = 224
  164.     Width = 101
  165.     Height = 21
  166.     Style = csDropDownList
  167.     Color = clBtnFace
  168.     ItemHeight = 13
  169.     Items.Strings = (
  170.       'Zero'
  171.       'One'
  172.       'Two'
  173.       'Three'
  174.       'Four'
  175.       'Five'
  176.       'Six'
  177.       'Seven'
  178.       'Eight'
  179.       'Nine'
  180.       'Ten'
  181.       'Eleven'
  182.       'Twelve'
  183.       'Thirteen'
  184.       'Fourteen'
  185.       'Fifteen')
  186.     TabOrder = 5
  187.     OnChange = ComboBox4Change
  188.   end
  189. end
  190.